Opc.Ua.Security.Certificates
X509CRL Constructor(Byte[])



Opc.Ua.Security.Certificates Namespace > X509CRL Class > X509CRL Constructor : X509CRL Constructor(Byte[])
Loads a CRL from a memory buffer.
Syntax
'Declaration
 
Public Function New( _
   ByVal crl() As Byte _
)
'Usage
 
Dim crl() As Byte
 
Dim instance As New X509CRL(crl)
public X509CRL( 
   byte[] crl
)
public:
X509CRL( 
   array<byte>^ crl
)

Parameters

crl
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

X509CRL Class
X509CRL Members
Overload List